Create a new iset. Takes two optional arguments, n and
m. If only n is provided the set contains only a
single element. If m is provided the set contains all
integers from n to m inclusive. If neither is
provided the set is initially empty.
Returns true iff iset contains the integer n.