Element

Element[i, s] checks if i is an element of s.

Attributes[Element] := {Protected}

Simple examples

In[1]:= Element[-1, Integers]
Out[1]= True