Manuals/calci/ISINTEGER

From ZCubes Wiki
Revision as of 07:01, 11 February 2020 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''ISINTEGER (Number)'''</div><br/> *<math>Number</math> is any number to test. **ISINTEGER(), returns TRUE if the number is an Integer. ==Descrip...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ISINTEGER (Number)


  • is any number to test.
    • ISINTEGER(), returns TRUE if the number is an Integer.

Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISINTEGER function can be used to check the given value is integer or not.
  • Here the number can be either positive or negative.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the n value is Integer otherwise the result is FALSE.
  • The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.
  • This function will convert any numbers from text.
  • For e.g. "20" is normally converted as a number 20.
  • But in ISINTEGER("20") will return TRUE, because "20" will convert in to number.

Examples

  1. ISINTEGER(15) = true
  2. ISINTEGER(-34) = true
  3. ISINTEGER(1/2) = false
  4. ISINTEGER("78") = true

Related Videos

ISINTEGERS

See Also

References

Is Function