Concept:
An orthogonal matrix is a square matrix whose transpose is equal to its inverse.
The defining property is
\[
A^TA=I
\]
or equivalently
\[
AA^T=I.
\]
These conditions imply that the rows and columns form orthonormal vectors.
Step 1: Examine the given condition
We are given
\[
AA^T=I_3
\]
where \(I_3\) denotes the identity matrix of order \(3\).
Step 2: Compare with the definition of orthogonal matrices
A matrix \(A\) is orthogonal if
\[
A^{-1}=A^T.
\]
Multiplying both sides by \(A\),
\[
AA^T=I.
\]
This is exactly the condition given in the question.
Step 3: Verify the conclusion
Since
\[
AA^T=I_3,
\]
it follows immediately that
\[
A^{-1}=A^T.
\]
Therefore \(A\) satisfies the definition of an orthogonal matrix.
Hence,
\[
\boxed{A \text{ is an orthogonal matrix}}
\]
Step 4: Eliminate other options
A singular matrix has determinant zero.
For an orthogonal matrix,
\[
|A|=\pm1,
\]
which is never zero.
Therefore \(A\) is not singular.
A skew-symmetric matrix satisfies
\[
A^T=-A,
\]
which is not implied here.
A nilpotent matrix satisfies
\[
A^n=0
\]
for some positive integer \(n\), which is impossible for an invertible matrix.
Thus the only correct option is (B).