---
title: isSigned
framework: swift
role: symbol
role_heading: Type Property
path: swift/uint8/issigned
---

# isSigned

A Boolean value indicating whether this type is a signed integer type.

## Declaration

```swift
static var isSigned: Bool { get }
```

## Discussion

Discussion This property is always false for unsigned integer types.
