how to check to see if an integer is in a list c# code example Example: c# check if int in int list bool isInList = intList.IndexOf(intVariable) != -1;