number? function:

return true if the argument is a number.

Examples:

  • running: (number? "str") will give: false

  • running: (number? 1.32) will give: true