def is_int(number):
    """
        Returns true if number is an integer
        False otherwise
    """