> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Is Number?

> Check whether a value has the Number type.

| Input     | Type | Required | Description         |
| --------- | ---- | -------- | ------------------- |
| **Value** | Any  | Yes      | The value to check. |

| Output     | Type    | Description                        |
| ---------- | ------- | ---------------------------------- |
| **Result** | Boolean | `true` when the value is a number. |

Numeric text such as `"42"` returns `false`. Use **Convert to Number** first
when coercion is desired.
