---
title: "PlaygroundValue.integer(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/integer
---

# PlaygroundValue.integer(_:)

A value that represents an integer.

## Declaration

```swift
case integer(Int)
```

## See Also

### Representing Data

- [PlaygroundValue.boolean(_:)](playgroundsupport/playgroundvalue/boolean.md)
- [PlaygroundValue.data(_:)](playgroundsupport/playgroundvalue/data.md)
- [PlaygroundValue.date(_:)](playgroundsupport/playgroundvalue/date.md)
- [PlaygroundValue.floatingPoint(_:)](playgroundsupport/playgroundvalue/floatingpoint.md)
- [PlaygroundValue.string(_:)](playgroundsupport/playgroundvalue/string.md)
