# IsInteger (AnyValue)

| **Name**    | ***IsInteger (Any Value)***                                                 |
| ----------- | --------------------------------------------------------------------------- |
| Syntax      | IsInteger (Any value)                                                       |
| Purpose     | To check whether a given value represents an integer.                       |
| Description | Returns true if the specified value is an integer. Otherwise returns false. |
| Return Type | Boolean                                                                     |
| Parameters  | Value \[System.Object] – Value to be checked                                |

<figure><img src="/files/YVonPrZ5s3Bjja1j2JFU" alt=""><figcaption></figcaption></figure>

**Example**

In this example, we will first pass an integer value and then a non-integer value to the function transformation object using a *Variables* object, to see the different outputs

Where first,

*value* = 12345678

then,

*value* = ABCDEFG

<figure><img src="/files/C90DC3slY1QQJqRD6LOW" alt=""><figcaption></figcaption></figure>

![](/files/qeHnhdNng0UBKJI4sca2)

In the output windows, you can see that Boolean values, True and False, have been returned, depending on whether the provided value was an integer or a non-integer value.

<figure><img src="/files/yKywOF9x3oFnh9kU9ebA" alt=""><figcaption></figcaption></figure>

![](/files/kmJTTUyBRenkgpRMcXfs)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v10/functions/logical/isinteger-anyvalue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
