Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.25 KB

function-isnumeric.md

File metadata and controls

38 lines (27 loc) · 1.25 KB
title description author ms.topic ms.custom ms.reviewer ms.date ms.subservice ms.author search.audienceType contributors
IsNumeric function
Reference information including syntax and examples for the IsNumeric function.
gregli-msft
reference
canvas
mkaur
6/10/2024
power-fx
gregli
maker
gregli-msft
mduelae
gregli

IsNumeric function

Applies to: :::image type="icon" source="media/yes-icon.svg" border="false"::: Canvas apps :::image type="icon" source="media/yes-icon.svg" border="false"::: Desktop flows :::image type="icon" source="media/yes-icon.svg" border="false"::: Model-driven apps :::image type="icon" source="media/yes-icon.svg" border="false"::: Power Pages :::image type="icon" source="media/yes-icon.svg" border="false"::: Power Platform CLI

Tests whether a value is numeric.

Description

The IsNumeric function tests whether a value is numeric. Other kinds of values include Boolean, string, table, and record.

The return value is a Boolean true or false.

Syntax

IsNumeric( Value )

  • Value – Required. Value to test.

[!INCLUDEfooter-include]